object FredForm: TFredForm Left = 193 Top = 148 BorderStyle = bsDialog ClientHeight = 52 ClientWidth = 278 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object FredEdit: TEdit Left = 3 Top = 4 Width = 272 Height = 20 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnKeyDown = FredEditKeyDown end object FredOKbtn: TButton Left = 4 Top = 28 Width = 35 Height = 22 Caption = 'OK' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = FredOKbtnClick end object FredCancelbtn: TButton Left = 227 Top = 28 Width = 49 Height = 22 Caption = 'Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = FredCancelbtnClick end end